event-driven programming model meaning in Chinese
事件驱动编程模型
Examples
- The event - based asynchronous pattern provides an event - driven programming model for performing asynchronous operations
基于事件的异步模式为执行异步操作提供了一个事件驱动的编程模型。 - Asp . net pages use a compiled , event - driven programming model that improves performance and enables the separation of application logic and user interface
Asp . net页使用一种已编译的、由事件驱动的编程模型,这种模型可以提高性能并支持将应用程序逻辑同用户界面相隔离。 - Event - driven programming model asp . net web pages bring to web applications the familiar model of writing event handlers for events that occur on either the client or server
Asp . net网页为web应用程序带来了一种您熟悉的模型,该模型用于为客户端或服务器上发生的事件编写事件处理程序。